home *** CD-ROM | disk | FTP | other *** search
/ Gekikoh Dennoh Club 2 / Gekikoh Dennoh Club Vol. 2 (Japan).7z / Gekikoh Dennoh Club Vol. 2 (Japan) (Track 01).bin / fsw / zm302 / zm302_l.lzh / ZMGSPRINT.HAS < prev    next >
Text File  |  1996-02-29  |  477b  |  19 lines

  1.     .xdef    _zm_gs_print
  2.     .xdef    _zm_sc55_print
  3.  
  4.     .include    zmid.mac
  5.     .include    zm3lib.mac
  6.     .include    doscall.mac
  7.     .include    iocscall.mac
  8. *-----------------------------------------------------------------------------
  9. *    int    zm_gs_print( int port,int size,int id,char *mes );
  10. *-----------------------------------------------------------------------------
  11.  
  12. _zm_gs_print:
  13. _zm_sc55_print:
  14.     move.l    d3,a2
  15.     movem.l    param1(sp),d1-d3/a1
  16.     Z_MUSIC    #ZM_GS_PRINT
  17.     move.l    a2,d3
  18.     rts
  19.